const github.com/google/uuid.randPoolSize
5 uses
github.com/google/uuid (current package)
uuid.go#L37: const randPoolSize = 16 * 16
uuid.go#L43: poolPos = randPoolSize // protected with poolMu
uuid.go#L44: pool [randPoolSize]byte // protected with poolMu
uuid.go#L352: poolPos = randPoolSize
version4.go#L61: if poolPos == randPoolSize {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |